Asset Manager Discovery Plugin
class AssetManagerDiscoveryPlugin(assetManager: AssetManager, targetPath: String = "graphql", targetExtension: String = ".graphql") : AbstractDiscoveryPlugin<AssetManager>
Discovery plugin that looks for resources with-in assets
Parameters
target Path
Directory to search in
target Extension
File extension to look for
Constructors
Link copied to clipboard
constructor(assetManager: AssetManager, targetPath: String = "graphql", targetExtension: String = ".graphql")